home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-21 | 569 b | 28 lines | [TEXT/edF6] |
- *******************************
- **Fantasm V4 PowerPC demo #1
- **Opens two windows and runs various graphical tests
- **
- **File:PPC_graph_demo.bcf
- **Date: 3rd Dec.95
- **©Lightsoft 1995.
- /n *no libraries
-
- /g QDraw.def
-
- /g general_usage.def *Import my usual system calls from the headers folder
-
- /g LS_PPC_Macros.def *and get the nice macro's from the headers folder
-
- /g PPC_graph_demo_bss.s *the BSS offsets in the project file
-
- /q *quit mode
-
- ***Assemble these files
- /a PPC_Graph_demo.s
- /a graph_demo_init.s
-
- ***Link these files
-
- /l PPC_graph_demo.o
- /l graph_demo_init.o
-